home *** CD-ROM | disk | FTP | other *** search
- #############################################################################
- # Increases every ten minutes the variable 'UpTime' in ENV:
- # and in ENVARC: by 10. So I get an idea, how long the system
- # was working today. Every 'New_Day_Boot' this time is written
- # in a logfile.
- #
- 0,10,20,30,40,50 * * * * execute S:UpTime/scripts/IncreaseUpTime :NOLOG :OBEYQUEUE m
-
- #############################################################################
- # A new day has begun, so we write the 'UpTime' to our logfile
- # and reset the variable 'UpTime' in ENV: and in 'ENVARC:' to 0
- # for the upcoming day. Is done in the same queue, so that the
- # jobs do their work one after another.
- #
- 0 0 * * * execute S:UpTime/scripts/AtMidNite :NOLOG :OBEYQUEUE m
-